home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobycastillotenebroso.swf / scripts / frame_15 / PlaceObject2_1396_989 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2007-10-01  |  735b  |  27 lines

  1. onClipEvent(load){
  2.    Scooby_walks = true;
  3.    Scooby_cautious = false;
  4.    Scooby_runs = false;
  5.    Scooby_scared = false;
  6.    Scooby_stops = false;
  7.    Scooby_loses_life = false;
  8.    Scooby_running_away = false;
  9.    Scooby_next_state = "cautious";
  10.    witness_detection = true;
  11.    environnement_hardcoded_width = 500;
  12.    Scooby_speed = 4;
  13.    scrolling_speed = Scooby_speed;
  14.    cautious_speed = 2;
  15.    running_speed = 8;
  16.    walking_speed = 4;
  17.    success = false;
  18.    drag_this = false;
  19.    visible_left_border = 90;
  20.    visible_right_border = 435;
  21.    game_over = false;
  22.    environnement1_starting_position = 1000;
  23.    environnement2_starting_position = 1500;
  24.    environnement1_puzzle = 1;
  25.    environnement2_puzzle = 2;
  26. }
  27.